Module-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Queries

Link copied to clipboard
@mount("admin.list_assets") query list_assets(): (FT3: list<(name: text,)>, Originals: list<(name: text, interface: text)>)
Link copied to clipboard
@mount("admin.list_assets_by_player") query list_assets_by_player(account_id: byte_array): (FT3: list<list_item_dto>, Originals: list<list_item_dto>)
Link copied to clipboard
@mount("admin.list_players") query list_players(search: text, page_size: integer, page_num: integer): (total: integer, players: list<list_player_dto>)

Operations

Link copied to clipboard
@mount("admin.batch_mint_plot") operation batch_mint_plot(plots_to_mint: list<minting_dto>, island: text, region: text, chain_id: text, contract_address: byte_array)
Link copied to clipboard
@mount("admin.initialize") operation initialize()
Link copied to clipboard
@mount("admin.mint_crafting_station") operation mint_crafting_station(name: text, amount: integer)
Link copied to clipboard
@mount("admin.mint_placeable") operation mint_placeable(name: text, amount: integer)
Link copied to clipboard
@mount("admin.mint_plot") operation mint_plot(id: integer, water_type: text, water_quality: decimal, soil_type: text, soil_fertility: decimal, height: integer, width: integer, x_left: integer, y_bottom: integer, island: text, region: text, chain_id: text, contract_address: byte_array, cells: list<cell>)
Link copied to clipboard
@mount("admin.mint_plot_to") operation mint_plot_to(account_id: byte_array, id: integer, water_type: text, water_quality: decimal, soil_type: text, soil_fertility: decimal, height: integer, width: integer, x_left: integer, y_bottom: integer, island: text, region: text, chain_id: text, contract_address: byte_array, cells: list<cell>)
Link copied to clipboard
@mount("admin.mint_ticket_to") operation mint_ticket_to(name: text, amount: integer, account_id: byte_array)